
@media(min-width: 768px){
	/*=======全局公共样式定义=======*/
	/*间距*/
	.padder-home{
		padding-top: 2rem;
		padding-bottom: 2rem;
	}
	.padder-page{
		padding-top: 2rem;
		padding-bottom: 2rem;
	}

	/*标题*/
	.title-01{
		margin-bottom: 1.5rem;
		padding: 0 0rem;
	}
	.title-01 h2{
		font-size: 1.5rem;
		padding-bottom: .25rem;
	}
	.title-01 .description{
		font-size: .875rem;
	}
	.title-02{
		margin-top: 6.5rem;
		margin-bottom: 2.5rem;
	}


	/*更多*/
	

	/*翻页*/
	.page-turn{
		padding-top: 2rem;
		padding-bottom: 2rem;
	}
	.page-turn .btn{
		margin: 0 .5rem;
		min-width: 130px;
		font-size: .875rem;
	}


	/*=======导航=======*/
	.navbar-brand{
		height: 2.6875rem;
	}
	.navbar-brand img{
		max-height: 26px;
	}
	/*导航菜单按钮*/
	.navbar-toggler {
	  padding: 0.25rem 0 0.25rem 0.5rem;
	}
	.navbar-toggler:focus{
		outline: none;
	}
	.navbar-toggler .iconfont{
		font-size: 1.6rem;
		line-height: 1.5rem;
		height: auto;
	}
	/*导航菜单按钮 end*/
	.navbar-collapse{
		border-top: 1px solid #ededed;
		margin: 0.5rem -1rem 0 -1rem;
		padding: 0 1rem;
	}
	.navbar .navbar-nav{
		width: 100%;
	}
	.navbar .navbar-nav .nav-item{
		border-bottom: 1px solid #ededed;
	}
	.navbar .navbar-nav .nav-item:last-child{
		border-bottom: none;
	}
	.navbar .nav-item .dropdown-menu{
		border: none;
		padding-top: 0;
		padding-bottom: 1rem;
	}
	.navbar .dropdown-menu .dropdown-item{
		padding: 0.25rem 0.5rem;
	}
	.navbar-nav .nav-link{
		padding: 0.75rem 0rem;
	}

	/*语言切换*/
	

	/*询盘车*/

	/*合作客户*/
	.list-partner a{
		padding: 1.25rem !important;
		height: 121px;
	}
	
	/*加入询盘车*/
	.add-cart{
		bottom: 50%;
		right: 70px;
		background-color: rgba(246,112,77,1);
	}
	.add-cart:hover{
		cursor: pointer;
	}
	.add-cart .position-absolute{
		z-index: -1;
		right: 0;
		background-color: rgba(246,112,77,1);
		color: #fff;
		height: 50px;
		width: 0;
		padding-right: 50px;
		border-radius: 2rem;
		cursor: pointer;
		transition: .4s;
		opacity: 0;
		overflow: hidden;
	}
	.add-cart:hover .position-absolute{
		width: 10rem;
		height: 50px;
		opacity: 1;
	}
	

	/*=======焦点图=======*/
	.swiper-focus{
	  height: 320px !important;
	}
	.swiper-focus .swiper-slide{
		height: 320px !important;
	}
	.swiper-focus .position-absolute h3{
		font-size: 1.65rem;
		margin-bottom: .45rem;
		letter-spacing: 1px;
		word-spacing: 5px;
		padding: 0 30px;
	}
	.swiper-focus .position-absolute .text{
		font-size: 1rem;
		padding: 0 30px;
	}
	.swiper-pagination-bullet{
		width: 10px !important;
		height: 10px !important;
	}
	.swiper-focus .swiper-button-next .iconfont, 
	.swiper-focus .swiper-button-prev .iconfont{
		font-size: 1.8rem;
	}


	/*焦点图图片动画*/
	.swiper-focus .swiper-slide-active .position-absolute h3{
	  animation:mymove01 .6s ease .4s 1;
	  -webkit-animation:mymove01 .6s ease .2s 1; /*Safari and Chrome*/
	  opacity: 0;
	  animation-fill-mode: forwards;
	}
	.swiper-focus .swiper-slide-active .position-absolute .text{
	  animation:mymove02 .6s ease .5s 1;
	  -webkit-animation:mymove02 .6s ease .25s 1; /*Safari and Chrome*/
	  opacity: 0;
	  animation-fill-mode: forwards;
	}
	@keyframes mymove01
	{
	from {transform: translateY(25px); opacity: 0;}
	to {transform: translateY(0); opacity: 1;}
	}

	@-webkit-keyframes mymove01 /*Safari and Chrome*/
	{
	from {transform: translateY(25px); opacity: 0;}
	to {transform: translateY(0); opacity: 1;}
	}

	@keyframes mymove02
	{
	from {transform: translateY(25px); opacity: 0;}
	to {transform: translateY(0); opacity: 1;}
	}

	@-webkit-keyframes mymove02 /*Safari and Chrome*/
	{
	from {transform: translateY(25px); opacity: 0;}
	to {transform: translateY(0); opacity: 1;}
	}

	/*=======关于=======*/
	.intro-home .intro-box{
		height: 230px;
	}
	.intro-home .intro-box .intro-text{
		height: 180px;
	}
	.intro-home .intro-text{
		margin: 1rem 0;
	}
	.intro-home .intro-box a:last-child{
		margin-left: -15px;
	}
	.intro-home .intro-icon .d-flex{
		height: 8rem;
	}

	/*=======优势=======*/
	.swiper-advantage .swiper-slide{
		padding: 6rem 0.75rem;
	}
	.swiper-advantage .iconfont{
		font-size: 2.8rem;
		padding-bottom: 2rem;
	}

	/*=======列表=======*/
	/*产品*/
	.list-products-home > *:nth-child(n+5){
		display: block;
	}
	.list-products .imgbox{
		height: 161px;
	}

	/*新闻*/
	.list-news .card .card-text{
		font-size: .75rem;
	}
	.list-news .imgbox{
		height: 90px;
	}

	/*荣誉*/
	.list-honor .imgbox,
	.list-honor .imgbox img{
		height: 120px;
	}

	/*询盘车*/
	.list-cart{
		border: 1px solid #ededed;
		border-bottom-width: 0;
	}
	.list-cart li{
		padding: 1rem;
	}

	/*发展历程*/
	.time-line:before{
		left: 50%;
	}
	.time-line .item{
		padding: 0 0 2rem 0;
	}
	.time-line .item:nth-child(odd){
		text-align: right;
		width: 50%;
		padding-right: 2rem;
	}
	.time-line .item:nth-child(odd):before{
		left: 100%;
		margin-left: -6px;
	}
	.time-line .item:nth-child(even){
		width: 100%;
		padding-left: calc(50% + 2rem);
	}
	.time-line .item:nth-child(even):before{
		left: 50%;
		margin-left: -6px;
	}
	.time-line .item .title{
		font-size: 1.25rem;
	}
	.time-line .item .description{
		font-size: .875rem;
	}

	/*=======页面底部=======*/
	.ft {
	    padding-top: 1.5rem;
	    padding-bottom: 1.5rem;
	}
	.ft .ft-left .ft-info > div{
		display: inline-block; 
		margin: 0 .25rem;
	}

	/*=======顶部大图=======*/
	.img-top{
		height: auto;
		min-height: 160px;
	}

	/*=======右侧客服=======*/
	.service-fixed{
		position: fixed;
		z-index: 99;
		width: 50px;
		right: 0rem;
		bottom: 8rem;
	}
	.service-fixed li{
		width: 50px;
		height: 50px;
		text-align: center;
		background-color: #365ae0;
		margin-bottom: 1px;
		transition: .4s;
	}
	.service-fixed li:hover{
		background-color: #2a4dd0;
	}
	.service-fixed li a{}
	.service-fixed li > .iconfont,
	.service-fixed li a > .iconfont{
		line-height: 50px;
		font-size: 1.5rem;
		color: rgba(255,255,255,.8);
	}
	.service-fixed li .position-absolute{
		bottom: 0;
		right: 100%;
		width: 180px;
		padding-right: 10px;
		display: none;
	}
	.service-fixed li:hover .position-absolute{
		display: block;
	}
	.service-fixed li .position-absolute .bg-white{
		border: 1px solid #ededed;
		padding: 1.5rem 1rem;
	}

}